home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / dbuser03.zip / DBUSER.DOC next >
Text File  |  1992-05-03  |  5KB  |  140 lines

  1. <DBUser.doc V 0.30  30/04/92>
  2.  
  3. History
  4. *******
  5. I have a bbs and as we all know, the users.bbs is not the most commonly
  6. used format for mailing and management utilities... Hence this program.
  7. If there is  a good response to it, i will support more format later. To
  8. see your pet format supported, provide me a structure of the user base
  9. it is using. A pascal structure is great, i should get by with a C
  10. structure and if you really have nothing else, an accurate
  11. description...
  12.  
  13.  
  14. Release
  15. *******
  16.  
  17. 0.20 ß  08/04/92 CTServe and Tornado only
  18.  
  19. 0.30    30/04/92 checked RA structure with version 1.11, minor changes
  20.         no longer beta, name changes from dbfuser to dbuser to allow
  21.         digit in archive name
  22.  
  23. CAVEAT
  24. ******
  25.  
  26.  The users.bbs file has to be in the current dir, and the users.dbf will
  27.  be created there too.
  28.  
  29. I am using the USERS.BBS structure AS RELEASED BY AKI ANTMAN in the file
  30. GSTRUCT.116 (in the gamma-3 release of Sbbs 1.116). There is NO GARANTEE
  31. whatsoever that this structure will not change. Check release date !
  32. Since i found out that the USERS.BBS used by RA is slightly different, i
  33. am also (ain't i nice) providing a command line switch (R) to use the RA
  34. format instead. I am using the RA structure as described by Richard
  35. Faasen in the file RASTRUCT.PAsS from the RA Door Unit of which i am a
  36. registered user, double checked with struct.111 from RA_111 archive.
  37. A new version of this program will be release every time i'm aware of a
  38. change in the structure. I probably will see if i can verify that the
  39. QBBS/RBBS structures are compatible and release a new version
  40. accordingly.(No promises though! if you want your format supported, send
  41. me the structure!)
  42.  
  43. Technical stuff
  44. ****************
  45. This is written using Turbo Pascal 6.0 (Tm of Borland).
  46. 376  lines source code for about  16k.
  47.  
  48. Source code availability
  49. *************************
  50. source code is not available: it is dull, long and unecessarily
  51. complicated. Get High: write your own !
  52.  
  53. Disclaimer
  54. **********
  55. The only thing I can guarantee is that this program will take up space on
  56. your hard disk. The rest is beyond my control. Use it at your own risks,
  57. i don't wanna hear about it.
  58.  
  59. =>> ßeta policy:
  60. ****************
  61. if a version carries the ßeta sign, it means it has not been fully
  62. tested. The version might actually work flawlessly in 99 % of the cases
  63. but again it might not. In any case, ALL BETA VERSION WILL COMMIT
  64. SUICIDE AT THE LATEST ON THE MARCH 4TH FOLLOWING THEIR RELEASE. A beta
  65. version is usually what it implies: a program not finished yet and i
  66. don't want unfinished programs on the loose. If you get a beta and don't
  67. see a normal realease appearing afterwards and would like to continue
  68. using the product, just netmail me or download it from CTServe
  69. (2:270/25). Media Concept and usually Mosacom and Tornado also carry my
  70. softs.
  71.  
  72. Registration
  73. ************
  74. This is not free software and it is copyrighted Thunus F. (C) 1992.
  75.  
  76. This is ShareWare, so if you continue to use it for more than 30 days,
  77. you should register by sending $5 or 100BEF or 5DM or 20FF to
  78.  
  79.       Thunus F. 43 rue des Ateliers, B-6792 Halanzy Belgium
  80.  
  81. You will receive a code number that will deactivate the shareware
  82. notice, the annoyance delay and include your name in the output (if any)
  83. of the program. Registration can be made for any name or string of
  84. character up to 30 char long. Failure to register means bad karma.
  85.  
  86. Installation
  87. ************
  88. This archive should contain the following files:
  89.  
  90. DBUSER.EXE (15310)
  91. DBUSER.DOC this doc
  92.  
  93.  
  94. Kudos / ACK
  95. ************
  96. - Turbo Pascal is a trademark of Borland International.
  97. - IBM is a trademark of International Business Machines Corporation.
  98.                   (this line is intentionally left blank)
  99. - MS-DOS is a trademark of Microsoft Corporation.
  100. - the unknow who posted a dbf unit in the PASCAL.GER echo, it helped
  101. a lot
  102. - Aki Antman for release the structure of SBBS
  103. - Richard Faasen for his RA Door Unit
  104.  
  105. Just in case I left anyone out, here is a global acknowledgement of
  106. copyright:
  107.  
  108. *.*  is a  copyright /  trademark /  service  mark /  trade name  / pet
  109. project / patent of *.*, All rights reserved.
  110.  
  111. Support
  112. ********
  113. No real support for this file but if really necessary,
  114. Support and registration :
  115. You can reach me @ CTServe: + 352 45 26 65 (8N1) 24h
  116. AKA SysOp or FidoNet 2:270/25.1
  117. or by snailmail to
  118.  
  119. Thunus F.
  120. 43 rue des Ateliers
  121. B-6792 Halanzy
  122. Belgium
  123.  
  124.  
  125. No Voice Phonecall please ! all netmail will be answered.
  126.  
  127. If ((comment > 0) or (happiness > 0)) then
  128.     begin
  129.      NetMail:=NetMail+1;
  130.      Happiness_programmer:=Inc(Happiness_programmer);
  131.     end;
  132.   If Happiness > 0 then repeat
  133.      inc(programming);
  134.      shareware:=shareware++;
  135.      until NMI;
  136.  
  137. Drop also a line to give feedback. I've been known to hang around pascal
  138. conference in various bbs amongst which the superb MosaCom and Media
  139. Concept in Belgium as well as PC AArhus (Denmark).
  140.